body {
	font-family: sans-serif;
	overflow: hidden;
	display: none;
	margin: 0px;
}

.dialog {
	width: 40%;
	height: 100%;
	padding: 10px;
	box-shadow: 0px 0px 50px 0px #42f5bf;
	background-color: rgba(12, 12, 13, 0.9);
	overflow: hidden;
	opacity: 0.9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.register-header{
	text-align: center;
}
.register-wrapper{
	width: 60%;
}

input[type=text] {
	width: 100%;
	margin-bottom: 1rem;
	padding: 10px;
	text-align: left;
	color: #fff;
	border: 0px;
    background: transparent;
}

h4{color: #fff; font-size: 16px; font-weight: 600;}

button {
	font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #42f5bf;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1 {
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	padding: 10px;
	color: #fff;
	width: 93%;
	text-align: center;
}